/* 公共样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
html {
  font-family: "微软雅黑"!important;
}
body {
  font-family: "微软雅黑";
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
p {
  margin: 0;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 头部1 */
.top1 {
  width: 1920px;
  height: 36px;
  background-color: #efefef;
  color: #999999;
  line-height: 36px;
  overflow: hidden;
}
.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}
.header {
  overflow: hidden;
}
.topLink .k1 a {
  color: #999999;
}
.k1 a {
  color: #999999;
}
.x-header-right {
  margin-top: 18px;
  background: url(../images/tel.png) no-repeat 0 center;
  padding-left: 69px;
}
/* 导航 */
.my_nav {
  height: 54px;
  background-color: #013f98;
  z-index: 2;
}
.x-header {
  background: #fff;
  width: 100%;
}
.mycontainer-fluid {
  width: 1200px;
  margin: 0 auto;
  height: 92px;
}
.logo {
  float: left;
  height: 92px;
  overflow: hidden;
  line-height: 99px;
  margin: 0;
}
.x-menu > li {
  float: left;
  position: relative;
  width: 150px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 54px;
  transform: skewX(-20deg);
}
.x-menu > li a {
  transform: skewX(20deg);
}
.x-menu > li:hover {
  background-color: #008124;
}
.x-menu > li:after {
  display: inline-block;
  content: "|";
  width: 1px;
  height: 14px;
  color: #5874af;
  position: absolute;
  top: 0;
  left: 0;
}
.x-menu > li:first-child:after {
  content: "";
}
.x-menu > li:hover + li:after {
  content: "";
}
.x-menu > li:hover:after {
  content: "";
}
.x-sub-menu > li {
  transform: skewX(20deg);
}
.x-sub-menu > li a {
  transform: skewX(20deg);
}
.x-menu li:hover > a {
  color: #fff;
}
.x-banner .owl-carousel .owl-nav button.owl-prev {
  left: 40px;
}
.x-banner .owl-carousel .owl-nav button.owl-next {
  right: 40px;
}
.x-menu li:hover .x-sub-menu a {
  color: #fff;
}
.x-menu > li:hover .x-sub-menu {
  transform: translateY(15px);
  opacity: 1;
  visibility: initial;
  transform: skewX(20deg);
}
.x-menu > li:hover .x-sub-menu a {
  transform: skewX(0);
}
.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #ffffff;
}
.x-sub-menu {
  background: #013f98!important;
  position: absolute;
  z-index: 99;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
      left: 16px;
}
.x-menu li:nth-child(3) .x-sub-menu{
        left: 34px;
}
.x-menu li:nth-child(4) .x-sub-menu{
        left: 23px;
}
.x-menu li:nth-child(5) .x-sub-menu{
        left: 46px;
}
.x-menu li:nth-child(6) .x-sub-menu{
        left: 23px;
}
.x-sub-menu li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #013f98;
  transform: skewX(0);
}
.x-sub-menu li a {
  height: 30px;
  width: 100%;
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.x-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid;
  border-color: transparent transparent #013f98;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}
.x-sub-menu li:hover {
  background: #008124;
}
.sou {
  width: 1920px;
  height: 62px;
  background-color: #ebebeb;
}
#formsearch {
  float: right;
  position: relative;
  top: 15px;
}
.hotSearch {
  float: left;
  height: 62px;
  line-height: 62px;
  font-weight: bold;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  letter-spacing: 0px;
  color: #333333;
  background: url(../images/pai.png) no-repeat 4px center;
  padding-left: 32px;
}
#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}
.hotSearch a {
  display: inline-block;
  padding-right: 14px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
}
#formsearch input {
  height: 40px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 22px;
}
#formsearch input#keyword {
  width: 316px;
  height: 30px;
  background-color: #ffffff;
  line-height: 30PX;
  padding-left: 10px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-right: 58px;
  outline: none;
}
#formsearch input#s_btn {
  width: 58px;
  height: 32px;
  background-color: #013f98;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  left: -63px;
  background-image: url("../images/magnifier.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
#keyword::-webkit-input-placeholder {
  color: #adadad;
  font-size: 14px;
}
#keyword:-moz-placeholder {
  color: #adadad;
  font-size: 14px;
}
#keyword:-ms-input-placeholder {
  color: #adadad;
  font-size: 14px;
}
.server {
  height: 602px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  background: url(../images/yi.jpg) no-repeat center 130px;
}
.server .title {
  padding-top: 69px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #013f98;
  text-align: center;
}
.server .title span {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
}
.server .title1 {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  padding-top: 20px;
}
.server .item {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
}
.server .item li {
  height: 278px;
  background: url(../images/yi_line.jpg) no-repeat right 80px;
  width: 2500%;
  text-align: center;
  position: relative;
}
.server .item li:hover {
  cursor: default;
}
.server .item li:hover .more {
  display: inline-block;
}
.server .item li:hover .name {
  color: #019842;
}
.server .item li .name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #444444;
  margin-top: 97px;
}
.server .item li .summary {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 35px;
  width: 224px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.server .item li .more {
  margin-top: 114px;
  width: 76px;
  height: 25px;
  background-color: #019842;
  border-radius: 10px;
  display: none;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
}
.server .zixun {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 42px;
  border-radius: 20px;
  padding-left: 68px;
  background: #013f98 url(../images/jiantou.png) no-repeat 140px center;
}
.server .zixun:hover{
    background: #008124 url(../images/jiantou.png) no-repeat 140px center;
}
.server .zixun a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}
.my_product {
  height: 751px;
}
.my_tit .my_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #013f98;
  text-align: center;
  font-weight: bold;
  margin-top: 53px;
}
.my_tit .my_title2 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  margin-bottom: 40px;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
  background: url(../images/tit_bg.png) no-repeat center center;
}
.my_product .cate {
  margin-top: 43px;
}
.my_product .title {
  text-align: center;
  width: 230px;
  height: 95px;
  border-top: 5px solid #019842;
  background-color: #013f98;
}
.my_product .title div:first-child {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 25px;
}
.my_product .title div:last-child {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.2;
  text-transform: uppercase;
}
.my_product .left_c li {
  height: 65px;
  padding-left: 53px;
  line-height: 65px;
  background: #ededed url(../images/xiang_a.png) no-repeat 27px center;
}
.my_product .left_c li:hover {
  background: #019842 url(../images/hover.png) no-repeat 27px center;
}
.my_product .left_c li:hover a {
  color: #ffffff;
}
.my_product .left_c li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  width: 100%;
}
.my_product .contact {
  width: 230px;
  height: 92px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 74px;
  padding-top: 25px;
  background: #013f98 url(../images/hotline.png) no-repeat 26px center;
}
.my_product .product_list {
  margin-top: 43px;
  width: 938px;
}
.my_product .product_list li {
  margin-right: 19px;
  position: relative;
}
.my_product .product_list li:hover .clone {
  opacity: 1;
}
.my_product .product_list li:hover h3 a {
  color: #019842;
}
.my_product .product_list li .clone {
  cursor: pointer;
  width: 300px;
  height: 220px;
  background-color: ;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
  background: rgba(0, 0, 0, 0.4) url(../images/jia.png) no-repeat center center;
}
.my_product .product_list li .clone a {
  display: block;
}
.my_product .product_list li:nth-child(3n) {
  margin-right: 0;
}
.my_product .product_list .img {
  width: 395px;
  height: 321px;
}
.my_product .product_list .img img {
  width: 300px;
  height: 220px;
}
.my_product .product_list h3 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0px;
  margin-bottom: 9px;
  text-align: center;
}
.my_product .product_list h3 a {
  color: #666666;
}
.yt {
  height: 265px;
  background: url(../images/yt.jpg) no-repeat center center;
}
.mycase .case_wrap {
  margin-top: 45px;
}
.mycase .case_wrap li {
  margin-right: 13px;
}
.mycase .case_wrap li:hover .title a {
  color: #019842;
}
.mycase .case_wrap li .title {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 67px;
  letter-spacing: 0px;
  color: #666666;
}
.mycase .case_wrap li .title a {
  color: #666666;
}
.mycase .case_wrap li:nth-child(4n) {
  margin-right: 0;
}
.us .us_content {
  margin-top: 40px;
  height: 434px;
  background-color: #f7f7f7;
}
.us .us_content .wh {
  padding-top: 46px;
}
.us .us_content .wh .fl .img {
  width: 596px;
  height: 342px;
}
.us .us_content .wh .fl .img img {
  width: 596px;
  height: 342px;
}
.us .us_content .wh .fr {
  width: 604px;
  height: 342px;
  background-color: #ffffff;
  padding-top: 58px;
  padding-left: 36px;
  padding-right: 36px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
}
.us .us_content .wh .fr .title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #013f98;
  margin-bottom: 30px;
}
.us .us_content .btns {
  margin-top: 28px;
}
.us .us_content .btns li {
  width: 152px;
  height: 46px;
  background-color: #013f98;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  text-align: center;
  margin-right: 8px;
}
.us .us_content .btns li:hover {
  background-color: #019842;
}
.us .us_content .btns li a {
  color: #ffffff;
}
.us .us_content .btns li:last-child {
  margin-right: 0;
}
.zhizi {
  height: 360px;
}
.zhizi .tabs {
  margin-top: 49px;
  background: url(../images/ti.jpg) no-repeat left center;
  padding-left: 15px;
  margin-bottom: 31px;
}
.zhizi .tabs li {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
}
.zhizi .tabs li:first-child {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #019842;
}
.zhizi .tab_content1 .ads li {
  padding-right: 24px;
    margin:0 10px;
    border:1px solid #eee;
    height:239px!important; 
}
.zhizi .tab_content1 .ads li:hover h3 {
  color: #019842;
}
.zhizi .tab_content1 .ads li img {
  width: 150px;
  height: 204px;
}
.zhizi .tab_content1 .ads li h3 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  width:150px;
}

.yu_honor{
    position: relative;
}

.yu_honor .slick-arrow{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 10;
    width:50px;
    height:80px;
   font-size:0;
   border:none;
   outline: none;
}
.owl-nav button i{
    display: none
}
.yu_honor .slick-prev{
    right:-50px;
     background:url(../images/right1.jpg) no-repeat center center;
}
.yu_honor .slick-next{
     background:url(../images/left1.jpg) no-repeat center center;
    left:-50px;
}


/*.zhizi .tab_content1 .ads li:nth-child(4n) {*/
/*  margin-right: 0;*/
/*}*/
#news {
  background: url(../images/hh.jpg) no-repeat center center;
  padding-top: 1px;
  padding-bottom: 51px;
}
#news .c_name {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
}
#news .e_name {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
#news .top {
  width: 783px;
  height: 35px;
  background: url(../images/line4.jpg) no-repeat 0 31px;
}
#news .category {
  font-size: 18px;
  font-weight: bold;
  font-family: MicrosoftYaHei-Bold;
  padding-right: 27px;
  color: #333333;
  cursor: pointer;
}
#news .top_parent {
  width: 440px;
}
#news .common_img {
  width: 314px;
  height: 176px;
}
#news .common_img img {
  width: 314px;
  height: 176px;
}
#news .more {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #999999;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 4px;
}
#news .more a {
  color: #979797;
}
#news .more a:hover{
    color:#008124;
}
#news .pro_img {
  width: 388px;
  margin-top: 25px;
  background-color: #f7f7f7;
  padding-bottom: 15px;
}
#news .pro_img .img {
  position: relative;
}
#news .pro_img img {
  width: 383px;
  height: 246px;
}
#news .pro_img .tou {
  position: absolute;
  width: 58px;
  height: 50px;
  top: 0;
  right: 0;
}
#news .pro_img .tou img {
  width: 58px!important;
  height: 50px!important;
  position: absolute;
  top: 0;
  right: 0;
}
#news .pro_img .img img {
  width: 388px;
  height: 214px;
}
#news .summary1 {
  width: 346px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  padding-left: 18px;
  padding-top: 20px;
}
.name1 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 29px;
  padding-left: 18px;
}
.name1:hover{
    color:#008124;
}
#news .pro_img .title {
  color: #000000;
  font-size: 18px;
  font-family: "å¾®è½¯é›…é»‘";
  padding-right: 29px;
  padding-left: 21px;
  padding-top: 25px;
}
#news .pro_img .summary {
  color: #959595;
  font: 14px/25px "å¾®è½¯é›…é»‘";
  padding-right: 29px;
  padding-left: 21px;
  padding-top: 11px;
}
#news .pro_img .button {
  width: 140px;
  height: 36px;
  color: #ffffff;
  line-height: 36px;
  font-size: 14px;
  background: #ea7d00;
  border-radius: 20px;
  position: absolute;
  bottom: 19px;
  right: 27px;
}
#news .pro_img .button a {
  display: block;
  width: 140px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
}
#news .news_list {
  width: 373px;
}
#news .news_list .main_content {
  height: 130px;
  width: 376px;
}
#news .news_list .main_content:hover .news_maincontent > div:first-child {
  color: #019842;
  font-weight: bold;
}
#news .main_content {
  background-color: #ffffff;
  padding-top: 30px;
  position: relative;
  padding-left: 13px;
  width: 840px;
  padding-right: 26px;
  height: 484px;
}
#news .date {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #999999;
  padding-right: 18px;
  text-align: center;
  line-height: 26px;
}
#news .date .day {
  font-family: ArialMT;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
#news .news_maincontent {
  width: 256px;
}
#news .news_maincontent div:first-child {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #333333;
}
#news .news_maincontent div:last-child {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #999999;
  line-height: 26px;
}
#news .main_content a.new_title {
  display: block;
  position: absolute;
  top: 45%;
  left: 54px;
  transform: translateY(-26%);
}
#news .img_content {
  padding-top: 29px;
}
#news .img_content ul li {
  float: left;
}
#news .img_content .img {
  padding-left: 14px;
  padding-right: 24px;
}
#news .img_content .img img {
  width: 130px;
}
#news .img_content .summary {
  width: 200px;
}
#news .img_content .summary h4 {
  color: #010101;
  font-weight: bold;
  font-size: 15px;
  font-family: "å¾®è½¯é›…é»‘";
  padding-bottom: 12px;
}
#news .img_content .summary p {
  color: #676767;
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘";
  line-height: 25px;
  padding-bottom: 32px;
}
#news .img_content {
  border-bottom: 1px solid #e5e5e5;
}
#news .news_list .img_content:last-child {
  border-bottom: 0;
}
.news_list .tab_parent {
  border-bottom: 1px solid #e5e5e5;
}
.tab_parent ul .img_content .data {
  font-size: 24px!important;
}
#news .cur .logo {
  border-bottom: 5px solid #ea7d00;
}
#news .common_ques {
  width: 344px;
  height: 484px;
  background-color: #ffffff;
  padding-bottom: 10px;
  padding-top: 28px;
  padding-right: 15px;
  padding-left: 15px;
}
#news .common_ques .top {
  width: 318px;
  height: 33px;
  background: url(../images/line5.jpg) no-repeat 0 32px;
}
#news .common_ques .top h4 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
  background: url(../images/ques.jpg) no-repeat 0 center;
  padding-left: 31px;
}
#news .common_ques .top h4 > span {
  display: inline;
  height: 40px;
  width: 31px;
  padding-bottom: 5px;
}
#news .common_ques .img img {
  width: 315px;
  height: 180px;
}
#news .common_ques .icon > div {
  width: 24px;
  height: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
#news .common_ques .icon > div:first-child {
  background: #ea7d00;
}
#news .common_ques .icon > div:last-child {
  background: #474747;
}
#news .common_main .news_content {
  width: 316px;
}
#news .common_main .news_content .title {
  height: 25px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #333333;
  background: url(../images/ci.png) no-repeat 0 center;
  padding-left: 40px;
}
#news .common_main .news_content .title a {
  color: #333333;
}
#news .common_main .news_content .summary {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #999999;
  padding-left: 40px;
  background: url(../images/q.jpg) no-repeat 0 center;
}
#news .common_main .news_content .summary a {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  line-height: 20px;
}
.common_quesw .tempWrap{
        height: 254px!important;
}
#news .common_main li {
  margin-top: 17px;
  padding-right: 16px;
  background: url(../images/lind.jpg) no-repeat 0 bottom;
}
#news .common_main .summary {
  margin-bottom: 26px;
}
#news .cur {
  color: #019842;
  padding-bottom: 8px;
  background: url(../images/green_line.jpg) no-repeat 0 bottom;
}
#news .xg {
  color: #343434!important;
}
.flink {
 padding:20px 0;
  background-color: #101a24;
  
  color: #a6a8aa;
}
.flink a {
  color: #a6a8aa;
}
.flink .wh {
  background: url(../images/linkk.png) no-repeat 0 center;
  padding-left: 36px;
}
.my_foot1 {
  border-top: 1px solid #29333d;
  background-color: #101a24;
}
.my_foot1 li:first-child {
  width: 254px;
  height: 229px;
  padding-top: 79px;
  background: url(../images/lline.png) no-repeat right 68px;
}
.my_foot1 li:nth-child(2) {
  margin-left: 44px;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #babbbc;
}
.my_foot1 li:nth-child(2) a {
  color: #babbbc;
}
.my_foot1 li:nth-child(2) p:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 68px;
}
.my_foot1 li:nth-child(2) p:nth-child(1) a {
  color: #ffffff;
}
.my_foot1 li:nth-child(2) p:nth-child(2) {
  padding-top: 17px;
}
.my_foot1 li:last-child {
  margin-top: 52px;
}
.footer {
  padding-bottom: 30px;
  background-color: #101a24;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .wh {
  border-top: 1px solid #29333d;
}
.footer a {
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .copy_right {
  padding-top: 32px;
}
.xypg-left-nav li:hover {
  background-color: #013f98;
  color:#fff;
}
.xypg-left-nav li:hover a{
    color:#fff;
}


/*产品修改*/
.pro_one {
    margin-top: 15px;
	width: 873px;
	height: 325px;
    border: 2px solid #eeeeee;
    background: #fff;
}

.pro_one li {}

.pro_one li a.img {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    border-right: 2px solid #ededed;
}

.pro_one li a.img::before {
    position: absolute;
    right: -6px;
    top: -8px;
    background: url(../images/rxdp.png) no-repeat center center;
    content: "";
    width: 120px;
    height: 120px;
}

.pro_one li a.img img {
	width: 395px!important;
	height: 321px!important;
}

.pro_one li .one_rr {
    float: left;
    padding: 15px 35px 0 55px;
    width: 380px;
}

.one_rr>h3 {
    font-size: 22px;
    color: #013f98;
    font-family: "微软雅黑";
}

.one_rr>span {
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 10px 0;
}

.one_rr dd {
    display: block;
    font-size: 15px;
    color: #333333;
    font-family: "微软雅黑";
    line-height: 25px;
}

.one_rr .yy {
    margin-top: 20px;
}

.one_rr .yy a {
    display: inline-block;
    margin-right: 25px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #029743;
    border-radius: 5px;
    font-size: 16px;
    font-family: "微软雅黑";
}

.one_rr .yy a:hover {
    background: #013f98;
}
.cp_nr {
    margin-top: 25px;
    position: relative;
}

.cp_nr .cp_nr_list {
    position: relative;
}

.cp_nr_list li {
    float: left;
    margin-right: 16px;
    margin-bottom: 20px;
}

.cp_nr_list li:nth-child(3n) {
    margin-right: 0px;
}

.cp_nr_list li a.img1 {
    display: block;
    border: 2px solid #eeeeee;
    overflow: hidden;
}
.cp_nr_list li:hover a.img1{
    border: solid 2px #013f98;
}
.cp_nr_list li a.img1 img {
    width: 276px;
    height: 207px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.cp_nr_list li:hover a.img1 img {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

.cp_nr_list li h3 {
    padding-top: 10px;
    text-align: center;
    font-weight: normal;
}

.cp_nr_list li h3 a {
    display: block;
    color: #333333;
    font-size: 15px;
    font-family: "微软雅黑";
}
.cp_nr_list li:hover h3 a{
  	color: #f90000;
}

.pro_one li a.img img {
	width: 395px;
	height: 321px;
}
